home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group98c.txt / 000059_icon-group-sender _Tue Oct 13 12:03:41 1998.msg < prev    next >
Internet Message Format  |  2000-09-20  |  2KB

  1. Return-Path: <icon-group-sender>
  2. Received: from ursus.CS.Arizona.EDU (ursus.CS.Arizona.EDU [192.12.69.63])
  3.     by baskerville.CS.Arizona.EDU (8.9.1a/8.9.1) with SMTP id MAA17629
  4.     for <icon-group-addresses@baskerville.CS.Arizona.EDU>; Tue, 13 Oct 1998 12:03:39 -0700 (MST)
  5. Received: by ursus.CS.Arizona.EDU (5.65v4.0/1.1.8.2/08Nov94-0446PM)
  6.     id AA06959; Tue, 13 Oct 1998 12:03:39 -0700
  7. Date: Tue, 13 Oct 1998 08:55:44 -0700
  8. From: kwalker@sfo.harbinger.com (Ken Walker)
  9. Message-Id: <199810131555.IAA14201@varda.premenos.com>
  10. To: icon-group@optima.CS.Arizona.EDU
  11. Subject: Re: A problem with sets
  12. Mime-Version: 1.0
  13. Content-Type: text/plain; charset=us-ascii
  14. Content-Transfer-Encoding: 7bit
  15. Content-Md5: L/oU4NJMqzn8KoQZH9RneQ==
  16. Content-Transfer-Encoding: 7bit
  17. Content-Transfer-Encoding: 7bit
  18. Errors-To: icon-group-errors@optima.CS.Arizona.EDU
  19. Content-Transfer-Encoding: 7bit
  20. Status: RO
  21.  
  22. I'm not sure I understand exactly what infomation you want to associate
  23. with the string values, but I would suggest using tables instead of
  24. sets. Use the string value as the table key and assign the assocaited
  25. information as the table entry. When you are done putting entries
  26. in the table, you end up with the last one for each key. You may want
  27. to make the assocated information a record. It may be convenient to
  28. make the string value one of the fields in the record.
  29.  
  30. Ken Walker, kenneth.walker@sfo.harbinger.com
  31. Harbinger Coporation, Concord, Ca. 94520
  32.  
  33.  
  34. > Date: Tue, 13 Oct 1998 09:44:48 +0300 (EEST)
  35. > From: Kimmo Kettunen <kettunen@kaapeli.fi>
  36. > I have a following of question. I am doing noun stem synthesis of
  37. > Finnish with Icon. The program works fine, but due to Icon's nice
  38. > capabilities I have been a bit sloppy with programming and can not quite
  39. > figure out the way out of it.
  40. > During the stem synthesis I have pretty many string variables which may be
  41. > altered during the process. Part of the variables are unnecessary and
  42. > redundant, and to prune the results I put them all in the end into a set
  43. > structure to get rid of redundant ones. Works fine, results are OK.
  44. > BUT: now I do not know excactly, which variables I get out of the set as I
  45. > see only the results, string values of the variables.
  46. > Can somebody tell me, how to get this information (I guess there is a
  47. > way to do it, I just cant figure it out).
  48.